-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add consistency between cell plots tab and marker genes tab #388
Add consistency between cell plots tab and marker genes tab #388
Conversation
options are consistent when it is cluters plot type
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a tiny typo that I commented.
My bigger concern is that this JS file is not very readable.
I would like you to try to refactor this file using the knowledge you learnt either on the Uncle Bob or Venkat Subramaniam videos.
Many thanks,
Karoly
app/src/main/javascript/bundles/experiment-page/src/TSnePlotViewRoute.js
Outdated
Show resolved
Hide resolved
app/src/main/javascript/bundles/experiment-page/src/TSnePlotViewRoute.js
Show resolved
Hide resolved
Co-authored-by: Károly Erdős <[email protected]>
…tps://github.com/ebi-gene-expression-group/atlas-web-single-cell into 381-inconsistency-between-cell-plot-and-heat-map
Your latest modification improved the code a bit, but we could do much more with it. |
…tps://github.com/ebi-gene-expression-group/atlas-web-single-cell into 381-inconsistency-between-cell-plot-and-heat-map
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a suggestion that you can quickly apply with the use of the button.
I think there are other things we could improve, but I don't want to spend more time on this one, so I am going to approve it after you applied my suggestion.
Thanks
app/src/main/javascript/bundles/experiment-page/src/TSnePlotViewRoute.js
Outdated
Show resolved
Hide resolved
…ewRoute.js Co-authored-by: Károly Erdős <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
According to Silvie's detailed comments, I add logics to make cell plot & marker gene plot options are consistent when the plot type is
clusters
.Besides, I refactored the tab name from
tsne
tocell-plots
as discussed in some meetings before, so the tab refers to both tsne and umap plots more properly.